home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / benchtrash / italiano / benchtrash.cc < prev    next >
Text File  |  1999-01-01  |  11KB  |  485 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.41          **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;Lines starting with a percent sign (%) are string delimitor definitions.
  21. ;BenchTrash will warn you if it encounters a string that is too long.
  22. ;The argument to the % command is either a number or a sequence of dashes
  23. ;defining the this length.
  24. ;
  25. ;To create a catalog for your language, translate the strings below.
  26. ;They are currently taken from the german localization, but to
  27. ;give you some hint what they mean I added the original english
  28. ;strings plus some comments when they are displayed ON TOP of the
  29. ;german ones.
  30. ;
  31. ;If you wrote a catalog for BenchTrash, please compile it simply by
  32. ;EXECUTING this file, i.e. enter
  33. ;
  34. ;EXECUTE BenchTrash.cc
  35. ;
  36. ;The ready for use catalog will be appear in the ram disk.
  37. ;
  38. ;
  39. ;Greetings,
  40. ;       Thomas
  41. ;
  42. ;Since quite a lot has changed with the 1.30 release, some strings are
  43. ;no longer used and need not to be translated. These are marked as
  44. ;OBSOLETE!
  45. ;       
  46.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog italiano 1 30
  47. ;                                                   ^^^^^^^^
  48. ;                                               change this to the
  49. ;                                               name of your language
  50. ;       Tell EXECUTE to abort here...
  51.  quit
  52.  
  53. ;
  54. ;Cancel
  55. ;
  56. ;Generic cancel message, used if an error occured and BenchTrash has to
  57. ;stop the deletion.
  58. %25
  59. 'Abbandona
  60.  
  61. ;O.K.|Cancel
  62. ;
  63. ;The buttons of the "Are you shure you want to delete..." requester.
  64. %50
  65. 'Si|No
  66.  
  67. ;**** This one is obsolete *****
  68. ;O.K.
  69. ;
  70. ;Generic O.K. button, used in the setup window.
  71. %30
  72. 'OK
  73.  
  74. ;**** This one is obsolete *****
  75. ;Quit BenchTrash
  76. ;
  77. ;Quit button in the setup window
  78. %30
  79. 'Wow!
  80.  
  81. ;**** This one is obsolete *****
  82. ;Can't find Trashcan icon.
  83. ;
  84. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  85. ;file is missing.
  86. 'Wow!
  87.  
  88. ;Can't install BenchTrash.
  89. ;
  90. ;The runback code of BenchTrash failed for some reason
  91. %50
  92. 'BenchTrash non può essere istallato nel sistema.
  93.  
  94. ;**** This one is obsolete
  95. ;Volume lacks a trashcan.
  96. ;THIS TEXT IS NO LONGER USED BY 1.22 AND ABOVE!
  97. ;BenchTrash misses the trashcan to put the deleted files to.
  98. 'Wow!
  99.  
  100. ;Out of memory.
  101. ;
  102. ;Memory is missing.
  103. %50
  104. 'Non c'è memoria sufficiente.
  105.  
  106. ;Unable to lock %s - \
  107. ;Error %ld %s.
  108. ;An error message if a file can't be located. The "\" at the end
  109. ;of the line escapes the line break, i.e. puts a line break into
  110. ;the output string. The cryptic %s and %ld are replaces by the
  111. ;file name, the error code and the error string, respectively.
  112. ;Please note that only the first line has an apostrophe!
  113. ;
  114. %100
  115. 'Non trovo il file %s - \
  116. Codice errore: %lD \
  117. Errore: %s.
  118.  
  119.  
  120. ;Unable to move icon %s - \
  121. ;Error %ld %s.
  122. ;
  123. ;An icon can't be moved to the trashcan for whatever reason.
  124. %100
  125. 'Non posso spostare l'icona %s - \
  126. Codice: %lD \
  127. Errore: %s.
  128.  
  129. ;Unable to move icon %s - \
  130. ;Error %ld %s.
  131. ;
  132. ;A generic file can't be moved to the trashcan.
  133. %100
  134. 'Non posso spostare il file \
  135. %s nel cestino - \
  136. Codice: %lD \
  137. Errore: %s.
  138.  
  139. ;Unable to access\
  140. ;parent of %s - \
  141. ;Error %ld %s.
  142. ;
  143. ;The parent directory is not accessable, or missing, or worse...
  144. %100
  145. 'Non posso accedere alla\
  146. directory genitore di %s - \
  147. Codice: %lD \
  148. Errore: %s.
  149.  
  150.  
  151. ;**** This one is obsolete ****
  152. ;Can't delete a volume.
  153. ;
  154. ;The user tried to delete a volume. This message is obsolete and
  155. ;no longer used.
  156. %50
  157. 'Wow!
  158.  
  159. ;Unable to delete object %s - \
  160. ;Error %ld %s.
  161. ;
  162. ;An object is delete or write protected and can't be removed
  163. ;for that reason.
  164. %100
  165. 'L'oggetto %s non può essere rimosso - \
  166. Codice: %lD \
  167. Errore: %s.
  168.  
  169. ;Invalid icon %s - \
  170. ;Error %ld %s.
  171. ;
  172. ;The icon library failed to access an icon, or the icon is in fact
  173. ;a directory.
  174. %100
  175. 'Icona %s non valida - \
  176. Codice: %lD \
  177. Errore: %s.
  178.  
  179. ;Directory %s too deep - \
  180. ;Error %ld %s.
  181. ;
  182. ;The recursion stack has been exceeded. The drawer that must be deleted
  183. ;is too deep in the filing system to be accessable by BenchTrash.
  184. %100
  185. 'Directory %s troppo profonda - \
  186. Codice: %lD \
  187. Errore: %s.
  188.  
  189.  
  190. ;Warning: You cannot get back\
  191. ;what you delete! Ok to delete:\
  192. ;"%ld file(s) and\
  193. ;%ld drawer(s) (and their contents)?
  194. ;
  195. ;The standard safety requester. Would be nice to mimic the
  196. ;workbench requester here!
  197. ;
  198. %300
  199. 'Attenzione:  non si può recuperare\
  200. quello che si cancella! Ok per cancellare:\
  201. %lD file e \
  202. %lD cassetto(i) (e il contenuto)?
  203.  
  204. ;*** This one is obsolete ****
  205. ;Auto-delete dropped icons :
  206. ;
  207. ;The label of the auto delete checkmark in the setup window.
  208. 'Wow!
  209.  
  210. ;Can't eject the volume "%s:".
  211. ;
  212. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  213. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  214. ;
  215. %100
  216. 'Non posso espellere il volume \
  217.  "%s:"
  218.  
  219. ;(Unkown volume)
  220. ;
  221. ;Used as volume name if the real name is not accessable.
  222. ;
  223. %----------------%
  224. '(Volume ignoto)
  225.  
  226. ;_Abort
  227. ;
  228. ;The label of the abort button in the progress bar. The character behind
  229. ;the underscore gets underlined.
  230. %--------------%
  231. '_Interrompi
  232.  
  233. ;A
  234. ;The keyboard shortcut used for abortion. This MUST be the same character
  235. ;that has been underlined in the string before.
  236. %-%
  237. 'I
  238.  
  239. ;Preparing...
  240. ;
  241. ;The preparation process for deletion is running. BenchTrash counts the
  242. ;files and directories, and checks if all of them are deleteable.
  243. ;
  244. %--------------------%
  245. 'Preparazione...
  246.  
  247. ;Progress Bar :
  248. ;
  249. ;The label of the progress bar check box in the setup window.
  250. ;
  251. %30
  252. 'Barra d'avanzamento:
  253.  
  254. ;%ld file(s) to go...
  255. ;
  256. ;The text in the bar itself, new to 1.11
  257. ;
  258. %--------------------------------------%
  259. 'Ancora %2lD file al termine...
  260.  
  261. ;--------------------- added these to 1.13 --------------------------------
  262.  
  263. ;Confirmation Requester :
  264. ;
  265. ;The last checkmark gadget in the selector screen. If checked, the
  266. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  267. ;is not checked, the files/directories are always deleted, without
  268. ;asking first.
  269. %30
  270. 'Conferma il cancellamento:
  271.  
  272.  
  273. ;--------------------- added these to 1.20 --------------------------------
  274.  
  275.  
  276. ;Can't launch the trashcan\
  277. ;cleaning process.
  278. ;
  279. ;BenchTrash failed to launch the process that is responsible for 
  280. ;cleaning all overaged data in the global trashcan directory.
  281. ;
  282. %100
  283. 'Non posso lanciare il programma\
  284. per svuotare il cestino.
  285.  
  286. ;
  287. ;The next two are the labels of the two new buttons in the configuration
  288. ;window.
  289. ;
  290.  
  291. ;**** This one is obsolete ****
  292. ;Global Trashcan :
  293. ;
  294. ;Enables the global trashcan feature, i.e. all erased data goes to a 
  295. ;global location, preferably the trashcan of your HD.
  296. ;
  297. %30
  298. 'Wow!
  299.  
  300. ;
  301. ;Copy First, Delete Later :
  302. ;
  303. ;The method how to move files to the trashcan. If enabled, they get copied
  304. ;first and deletion starts only if the copy process was sucessfull. This
  305. ;is safer, but requires up to twice the disk space.
  306. ;
  307. %30
  308. 'Prima copia, poi cancella:
  309.  
  310.  
  311. ;The following strings are new to 1.22:
  312.  
  313. ;
  314. ;Can't create new %s -
  315. ;Error %ld %s.
  316. ;
  317. ;This text is shown if BenchTrash failed to create a new
  318. ;trashcan if the volume is missing one. The first %s
  319. ;is substituted by "Trashcan".
  320. ;
  321. %100
  322. 'Non posso creare un nuovo %s - \
  323. Codice: %lD \
  324. Errore: %s.
  325.  
  326. ;
  327. ;Volume lacks a trashcan.
  328. ;Ok to create one?
  329. ;
  330. ;BenchTrash found that the volume you'd like to
  331. ;trash files at does not have a trashcan and asks
  332. ;you if it should create one.
  333. ;
  334. %100
  335. 'Il volume non ha un cestino.\
  336. Ne creo uno?
  337.  
  338.  
  339. ;Sorry, can't launch clean up,
  340. ;no access to %s -
  341. ;Error %ld %s.
  342. ;
  343. ;The user selected "Cleanup Now!" in the BenchTrash
  344. ;window or using the CLI paramters, but BenchTrash
  345. ;did not get access to the Trashcan. It is maybe
  346. ;used by some other program or is open by the
  347. ;workbench or else...
  348. ;
  349. %150
  350. 'Spiacente, non posso iniziare la pulizia.\
  351. Non posso accedere a %s -\
  352. Codice: %lD \
  353. Errore: %s.
  354.  
  355. ;Cleanup Now !
  356. ;
  357. ;The button in the window used to force a
  358. ;cleanup of the global trashcan.
  359. ;
  360. %--------------%
  361. 'Pulisci Ora!
  362.  
  363. ;--------------------- added these to 1.30 --------------------------------
  364.  
  365. ;Trashcan Mode
  366. ;
  367. ;The (white) title on top of the radio gadget
  368. ;in the setup window
  369. %------------------%
  370. 'Modalità cestino:
  371.  
  372. ;Delete All Files
  373. ;
  374. ;Delete everything that's dropped into the trashcan.
  375. ;This used to be called "AUTODELETE"
  376. ;
  377. %-------------------%
  378. 'Cancella tutto
  379.  
  380. ;Mixed Mode
  381. ;
  382. ;Delete only if no trashcan is found or
  383. ;the files are already in the trashcan
  384. ;
  385. %-------------------%
  386. 'Modalità mista
  387.  
  388. ;Volume Trashcan
  389. ;
  390. ;Move files into the trashcan of the medium
  391. ;or ask to create one
  392. ;
  393. %-------------------%
  394. 'Cestino locale
  395.  
  396. ;Global Trashcan
  397. ;
  398. ;Use a global trashcan directory
  399. ;
  400. %-------------------%
  401. 'Cestino globale
  402.  
  403. ;Quit
  404. ;
  405. ;The rightmost Quit button to cancel BenchTrash
  406. %----------%
  407. 'Termina
  408.  
  409. ;Cancel
  410. ;
  411. ;The next to the left button. Ignore the changes made,
  412. ;close the window but do not quit BenchTrash
  413. %----------%
  414. 'Annulla
  415.  
  416. ;Use
  417. ;
  418. ;Change the settings, use them but do not save them
  419. ;
  420. %----------%
  421. 'Usa
  422.  
  423. ;Save
  424. ;
  425. ;Change the settings, use them and save them in the
  426. ;BenchTrash icon
  427. ;
  428. %----------%
  429. 'Salva
  430.  
  431. ;Select
  432. ;
  433. ;The text in the file requester gadget. Used to select
  434. ;a global trashcan directory
  435. ;
  436. %----------%
  437. 'Scegli
  438.  
  439. ;Select the global trashcan:
  440. ;
  441. ;The title of the file requester, used to select the
  442. ;global trashcan directory
  443. ;
  444. %50
  445. 'Scegli la directory per il Cestino globale
  446.  
  447. ;Can't build the file\
  448. ;requester.
  449. ;
  450. ;A failure requester, used if BT failed to create the file
  451. ;requester to select the global trashcan
  452. ;
  453. %100
  454. 'Non posso creare un\
  455. file requester.
  456.  
  457. ;Can't save the BenchTrash\
  458. ;Preferences
  459. ;
  460. ;BenchTrash failed to save its preferences, for various reasons.
  461. ;Probably because it couldn't detect its icon.
  462. ;
  463. %100
  464. 'Non posso salvare le\
  465. impostazioni (manca l'icona?).
  466.  
  467. ;------------------------------- New in 1.41 --------------------------------
  468.  
  469. ;RETRY|CANCEL
  470. ;
  471. ;This contains the CANCEL|RETRY text for the retry requester.
  472. ;Would be nice to mimic the system requesters here...
  473. ;
  474. %40
  475. 'Riprova|Cancella
  476.  
  477. ;Cleanup Trashcan
  478. ;
  479. ;This string is shown in the BenchTrash icon Pop-Up menu of DOpus
  480. ;If selected, BenchTrash empties the global trashcan.
  481. ;
  482. 'Pulisci il cestino
  483.  
  484. ;That's all folks!
  485.